home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / destroy.n < prev    next >
Text File  |  1994-09-20  |  888b  |  67 lines

  1.  
  2.  
  3.  
  4. destroy(n)                 Tk Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      destroy - Destroy one or more windows
  12.  
  13. SYNOPSIS
  14.      destroy ?_w_i_n_d_o_w _w_i_n_d_o_w ...?                                   |
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      This command deletes the windows given by the  _w_i_n_d_o_w  argu-  |
  20.      ments,  plus all of their descendants.  If a _w_i_n_d_o_w ``.'' is
  21.      deleted then the entire application will be destroyed.   The
  22.      _w_i_n_d_o_ws  are  destroyed  in order, and if an error occurs in
  23.      destroying a window the command  aborts  without  destroying
  24.      the remaining windows.
  25.  
  26.  
  27. KEYWORDS
  28.      application, destroy, window
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tk                                                              1
  64.  
  65.  
  66.  
  67.